┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/share/composer/vendor/marc-mabe/php-enum
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: composer.json
{ "name": "marc-mabe/php-enum", "description": "Simple and fast implementation of enumerations with native PHP", "type": "library", "keywords": [ "enum", "enumeration", "enumerator", "enumset", "enum-set", "set", "enummap", "enum-map", "map", "type", "typehint", "type-hint" ], "homepage": "https://github.com/marc-mabe/php-enum", "authors": [{ "name": "Marc Bennewitz", "email": "dev@mabe.berlin", "homepage": "https://mabe.berlin/", "role": "Lead" }], "license": "BSD-3-Clause", "require": { "php": "^7.1 | ^8.0", "ext-reflection": "*" }, "require-dev": { "phpbench/phpbench": "^0.16.10 || ^1.0.4", "phpstan/phpstan": "^1.3.1", "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11", "vimeo/psalm": "^4.17.0 | ^5.26.1" }, "autoload": { "psr-4": { "MabeEnum\\": "src/" }, "classmap": [ "stubs/Stringable.php" ] }, "autoload-dev": { "psr-4": { "MabeEnumTest\\": "tests/MabeEnumTest/", "MabeEnumStaticAnalysis\\": "tests/MabeEnumStaticAnalysis/", "MabeEnumBench\\": "bench/" } }, "extra": { "branch-alias": { "dev-master": "4.7-dev", "dev-3.x": "3.2-dev" } } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 src/
DIR
—
2026-04-15 15:13
📁 stubs/
DIR
—
2026-04-15 15:13
📄 composer.json
JSON
1.4 KB
2025-09-14 11:18
EDIT
📄 LICENSE.txt
TXT
1.5 KB
2025-09-14 11:18
EDIT
📄 README.md
MD
15.5 KB
2025-09-14 11:18
EDIT